04. Using Ember-CLI To Generate A New App
Using Ember-CLI To Generate A New App
I upgraded Ember-CLI and generated a new project. When I tried loading that app in the browser, it wouldn't work. It was a bit frustrating because I couldn't find anything that I was doing wrong. I finally took to the interwebz and found issue #5316 on the ember-cli repo. I followed their instructions and was able to get my app up and running again.
Moral of the story is that Ember and Ember-CLI update often, so make sure you check their repos if you run into any issues.
Remember to use
ember new to generate a project and ember serve to serve it.
Lastly, in the video I also mentioned checking out the forums. We have replaced our forums with Knowledge! Check out Knowledge and ask your questions there.